home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Menu Planner
/
Menu Planner (Ohio Distinctive Software).ISO
/
pc
/
mp.dir
/
00017_open plan.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-11-07
|
251 b
|
14 lines
on mouseUp
global gDirty, gNotCancelCommand
if gDirty then
set gNotCancelCommand to "tell the stage to OpenPlan"
tell the stage
openShouldSaveDialog()
end tell
else
tell the stage
openPlan()
end tell
end if
end